projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eca1dd
)
(Fcommandp): Add parens to clarify.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 16 Aug 2007 02:21:29 +0000
(
02:21
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 16 Aug 2007 02:21:29 +0000
(
02:21
+0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 6ce64bc4d8c75c244a71afd57c8b94b560aa33cd..e53d164a354cbcd297fef1d8c1ffa0499af5ea45 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-2073,7
+2073,7
@@
then strings and vectors are not accepted. */)
/* Strings and vectors are keyboard macros. */
if (STRINGP (fun) || VECTORP (fun))
- return
NILP (for_call_interactively) ? Qt : Qnil
;
+ return
(NILP (for_call_interactively) ? Qt : Qnil)
;
/* Lists may represent commands. */
if (!CONSP (fun))